home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 19.zip / BS1 part 19 / pageflipper plus FX d1.adf / Text / bitp < prev    next >
Text File  |  1987-05-15  |  800b  |  28 lines

  1. BITP ( < number of bitplanes > )
  2.  
  3. BITP  stands for  number of BIT Planes.
  4.  
  5. This statement within global constants (GLOC) in the
  6. initialization (INIT) section specifies the number of
  7. bit planes used in the animation. Therefore, it also
  8. determines the number of colors
  9.  
  10.   # Bit Planes  # Colors
  11.  
  12.       1           2
  13.       2           4
  14.       3           8
  15.       4          16
  16.       5          32
  17.       6          64 (Half-Brite) or 4096 (Hold'n'modify)
  18.  
  19. In high resolution mode the maximum number of bit planes
  20. is 4. In low resolution mode 5. Half-brite or ham dis-
  21. play mode uses 6 bit planes.
  22.  
  23. More information related to this topic, including performance
  24. hints, is contained in the Manual, under BITP in the Script
  25. Statement Syntax reference chapter, as well as within the
  26. Tutorials in the Manual.
  27.  
  28.